home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / clipint / readme.pls < prev   
Text File  |  1987-05-16  |  1KB  |  24 lines

  1. CLIPINT (er, INTERRUPT) - Michael Brill
  2. ---------------------------------------
  3. This represents well over, well, about 4 minutes of furious typing.  Although
  4. certainly no breakthrough in the world of CS, this little function, 
  5. nevertheless, has it's uses.
  6. It goesa thisa way:
  7.  
  8. INTERRUPT(int#,ax,bx,cx,dx)
  9.  
  10. where: int# - the interrupt you wish to execute
  11.        ax   - the value of the AX register before the interrupt is executed
  12.        bx   - the value of the BX register before the interrupt is executed
  13.        cx   - the value of the CX register before the interrupt is executed
  14.        and so on
  15.  
  16. It RETURNS what is left in AX after in the interrupt has been executed... some-
  17. times this means something, sometimes it doesn't - I can never tell, so I'll
  18. leave that to you.
  19.  
  20. There are well over 100 things this function can do, such as getting/setting
  21. modes, checking printers, plotting dots, equipment checking, scrolling,
  22. re-booting, and so on.  The demo is crap but you'll get the idea.
  23.            Hope it works.                ...Michael
  24.